home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 025a / snp497.zip / SNAP.MSG < prev    next >
Text File  |  1991-09-15  |  29KB  |  921 lines

  1. *******************************************************************************
  2. * Please don't fool with this file, or you will spoil the whole wretched mess.*
  3. * An extra carriage return will make the entire program unusable.             *
  4. *******************************************************************************
  5. * YOU CANNOT EDIT THIS FILE WITH AN EDITOR THAT REMOVES TRAILING BLANKS!      *
  6. *******************************************************************************
  7. * This is the main messages file
  8. * Blank lines are significant
  9. * Spaces are significant
  10. * Comments can begin with an asterisk or double-ampersand
  11. * A double-ampersand comment implies that trailing spaces don't matter
  12. * Messages are grouped into sections
  13. * @1 means "ProgramName" (e.g., SNAP! or FoxDoc)
  14. * @2 is the name corresponding to dBASE II/FoxBASE
  15. * @3 is the name corresponding to dBASE III/FoxBASE+
  16. * @4 is the name corresponding to dBASE IV/FoxPro
  17. * The file is organized into sections:
  18. *   Each section must begin with a string in the format:
  19. *      <section title>
  20. *   Both beginning and ending angle brackets are required.
  21. *   Run MSGDOC to produce a listing showing the section numbers and offsets
  22. *     within each section.
  23. *
  24. *   Key codes match the physical layout of the keyboard:
  25. *      Q  144     I  151       F  161     X  173
  26. *      W  145     O  152       G  162     C  174
  27. *      E  146     P  153       H  163     V  175
  28. *      R  147     A  158       J  164     B  176
  29. *      T  148     S  159       K  165     N  177
  30. *      Y  149     D  160       L  166     M  178
  31. *      U  150                  Z  172
  32. *
  33. ********************************************************************************
  34. <Section 1>
  35. ********************************************************************************
  36. *
  37. Y   && character for "Yes"
  38. N   && character for "No"
  39. Help
  40. *
  41. * This section is for general help--press F1 at greeting screen
  42. *
  43. @1 generates technical documentation for @3 and @4
  44. systems.  At your option, it can produce any combination of:
  45.  
  46.      Program headings showing the programs which call a particular
  47.         program, those which the program calls, and databases
  48.         indexes, format files, report forms and memory files used by
  49.         the program.
  50.      Tree diagram of all programs in the system and the
  51.         programs and databases used by each.
  52.      Summary reports showing database structures, index parameters,
  53.         formats and report forms used, plus a token cross reference.
  54.      Indented program code with keywords capitalized.
  55.      Action diagrams to illustrate program structure
  56.      Batch files for backing up programs and data
  57.      LNK and MAKE files for Clipper
  58.  
  59.  
  60.  
  61. Press space bar to see command line arguments
  62. *
  63. * Command line argument help
  64. *
  65. Help--Command Line Arguments
  66. @1 allows command line arguments to begin with either
  67. a hyphen (-) or a slash (/).
  68.  
  69.   -A          Extra indent before a CASE statement.
  70.   -BW         Black & white.  Disable color.
  71.   -D          Debug mode.  Display source code.
  72.   -Ffilename  Get configuration data from "filename".
  73.   -Lfilename  Get standard link data from "filename".
  74.   -Mfilename  Get macro substitution strings from "filename".
  75.   -N          Do not check for video "snow"
  76.   -O          Omit all macro substitutions.
  77.   -Pdest      Printer port/file (e.g., -Plpt2:)
  78.   -Rnnnn      Reserve nnnn bytes of memory.
  79.   -S          Show reports on screen as they are created.
  80.   -T*:        Use '*:' as Tag for @1 directives.
  81.   -U          Turn off the mouse
  82.   -V          Direct video off.  Slower but more compatible.
  83.   -Wnnn       Hyphens for reports.
  84.   -X          Run @1 without waiting for input.
  85.   -?          Display some help.
  86. Press space bar to continue or F1 for program limits
  87. Maximum program files:
  88. Maximum of each other file type:
  89. Maximum tokens:
  90. Maximum length of a token:
  91. Maximum number of key words:
  92. Maximum length of key word:
  93. Maximum levels of program nesting:
  94. Maximum number of database fields:
  95. Maximum length of filename:
  96. Maximum number of macro definitions:
  97. Maximum number of fields:
  98. Maximum program/data directories:
  99.  
  100.  
  101.  
  102. Press space bar to continue
  103. Limits
  104. *
  105. * Command line error messages start here
  106. *
  107. switch used, but the file could not be found.
  108. -r switch used but no reserved memory specified.
  109. Invalid reserved memory specified.
  110. Syntax is:   @1 -r5000      (to reserve 5000 bytes).
  111. -w switch used but no report width specified.
  112. Syntax is:   @1 -w79   (for width of 79 characters).
  113. Invalid report width specified.
  114. Syntax is:   @1 -w79  (for width of 79 characters).
  115. *
  116. ********************************************************************************
  117. <Section 2 -- System Screen>
  118. ********************************************************************************
  119. *
  120. System Screen
  121. 159
  122. System
  123. Choose system options
  124. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  125. Application name:
  126. Author:
  127. Copyright holder:
  128. Copyright date:
  129. Main program/project filename:
  130. Path for program source code:
  131. Path for data files:
  132. Path for output files:
  133. Path for @1 files:
  134. Main program
  135. not found.;Press Ctrl-C to exit, or any other key to enter a correct filename.
  136. Program file path not found:
  137. Error
  138. Output path is not valid:
  139. The drive is probably invalid.
  140. The main program must be a source code or project file.
  141. *
  142. ********************************************************************************
  143. <Section 3 -- Reports Screen>
  144. ********************************************************************************
  145. *
  146. Report Screen
  147. 147
  148. Reports
  149. Choose documentation reports and filenames
  150. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  151. Write program tree structure?
  152. Write list of files used in system?
  153. Write index file summary?
  154. Write database summary?
  155. Write format file summary?
  156. Write report form summary?
  157. Write procedures summary?
  158. Write label form summary?
  159. Write screen file summary?
  160. Write menu file summary?
  161. Write binary file summary?
  162. Write memory file summary?
  163. Write system statistics?
  164. Write variable cross-reference?
  165. Write other file summary?
  166. Write PLINK86 LNK file?
  167. Write Borland Turbo Link file?
  168. Write Microsoft LINK file?
  169. Write NDMAKE MAKE file?
  170. Prepare batch files for backups?
  171. Filename
  172. *
  173. ********************************************************************************
  174. <Section 4 -- Format Screen>
  175. ********************************************************************************
  176. *
  177. Format and Action Diagrams Options Screen
  178. 161
  179. Format
  180. Choose source code formatting options
  181. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  182.   Create formatted source code files?
  183.      Preserve original date and time?
  184. Write headings for source code files?
  185. Echo all headings to a separate file?
  186.      Filename:
  187.       Token capitalization (U/L/F/N)?    (Up/Low/First/None)
  188.     Keyword capitalization (U/L/F/N)?
  189. Key word filename:
  190. Tabs, spaces or no indenting (T/S/N)?
  191. No. of spaces:
  192.                       Align comments?
  193.        Column:
  194.      Indent procedures and functions?
  195.    Eliminate blank lines from output?
  196.       Eliminate comments from output?
  197.            Keyword expansion (E/C/N)?    (Expand/Compress/None)
  198. Comment control structures (Y/N/R/D)?    (Yes/No/Replace/Delete)
  199.               Create action diagrams?
  200.   File extension for action diagrams?
  201.  Add line numbers to action diagrams?
  202.  Graphics, ASCII or other characters?    (G, A or O)
  203.          Symbols for action diagrams?
  204. You cannot align comments if you use tabs for indenting
  205. *
  206. ********************************************************************************
  207. <Section 5 -- Xref Screen>
  208. ********************************************************************************
  209. *
  210. Xref (Cross-Reference) Options Screen
  211. 173
  212. Xref
  213. Choose cross-reference options
  214. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  215. Cross reference public variables?
  216. Cross-reference other variables and tokens?
  217. Cross-reference @3 key words?
  218. Cross-reference numeric constants?
  219. Cross-reference @2 key words?
  220. Force paging to disk?
  221. Retain sorted page file?
  222. Path for temporary page files
  223. Cross-reference @4 key words?
  224. Local cross-references only?
  225. *
  226. ********************************************************************************
  227. <Section 6 -- Headings options screen>
  228. ********************************************************************************
  229. *
  230.  Headings Options Screen
  231. 163
  232. Headings
  233. Choose options for source file headings
  234. F1-Help     F5-Save Defaults      F6-Read Defaults      F10-Main menu
  235. Include copyright data?
  236. Include procedures and functions?
  237. Include called programs?
  238. Include calling programs?
  239. Include databases?
  240. Include indexes?
  241. Include format files?
  242. Include report forms?
  243. Include label forms?
  244. Include memory files?
  245. Include binary files?
  246. Include other files?
  247. Write procedure headings?
  248. Heading insert file name?
  249. *
  250. ********************************************************************************
  251. <Section 7 -- Tree Screen>
  252. ********************************************************************************
  253. *
  254. Tree Diagram Screen
  255. 148
  256. Tree
  257. Choose tree diagram options
  258. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  259. Create tree diagram?
  260. Include procedures?
  261. Include functions?
  262. Include format files?
  263. Include databases?
  264. Include indexes?
  265. Include report forms?
  266. Include label forms?
  267. Include memory files?
  268.     Characters for tree (G/A/N)?      (Graphics, ASCII, None)
  269. Filename
  270. No tree line characters are allowed when you do not;
  271. include procedures, functions or format files in the tree.
  272. *
  273. ********************************************************************************
  274. <Section 8 -- Print Screen>
  275. ********************************************************************************
  276. *
  277. Printing Options Screen
  278. 153
  279. Print
  280. Choose source code printing options
  281. F1-Help   F2-List   F5-Save Dflts   F6-Read Dflts   F9-Print now  F10-Main menu
  282.   Print source code files:
  283. Print action diagrams:
  284.                Line width:
  285.           Page length:
  286.                Top margin:
  287.         Bottom margin:
  288.               Left margin:
  289.          Right margin:
  290.             Tab expansion:
  291.    Print line numbers:
  292. Form feed before printing:
  293.  Form feed after printing:
  294.      Printer setup string:
  295.      Printer reset string:
  296. Error in line width
  297. Error in page length
  298. Error in top margin
  299. Error in bottom margin
  300. Error in left margin
  301. Error in right margin
  302. Error in tab spaces
  303. *
  304. ********************************************************************************
  305. <Section 9 -- Other Options Screen, and strings from general menu procedures>
  306. ********************************************************************************
  307. *
  308.  Other Options Screen
  309. 152
  310. Other
  311. Choose other options
  312. F1-Help     F5-Save Defaults      F6-Read Defaults      F10-Main menu
  313.             Ignore drive designations?
  314.                     Search tree (Y/N)?
  315. Associate DBFs with other files (Y/N)?
  316. Xbase version number:
  317.     Default extension for index files?
  318.    Default extension for report forms?
  319.     Default extension for label forms?
  320. *
  321. * Strings for handling the TPMENU procedures start here
  322. *
  323. Begin
  324. Begin documentation
  325. Quit
  326. Return to operating system
  327. *
  328. * BigBrother strings begin here
  329. *
  330. You cannot eliminate blank lines if the program path;
  331. You cannot eliminate comments if the program path;
  332. You cannot expand key words if the program path;
  333. You cannot compress key words if the program path;
  334.        and the output path are the same.
  335. *
  336. ********************************************************************************
  337. <Section 10 -- SnapMain strings>
  338. ********************************************************************************
  339. *
  340. Loading keywords
  341. ──Loaded OK
  342. ────────── Starting Pass 2 ─────────
  343. Press space bar to continue
  344. Writing
  345. Batch Files
  346. System Statistics
  347. Press escape to exit, or any other key to begin printing source code
  348. - Normal shutdown.
  349. *
  350. ********************************************************************************
  351. <Section 11 -- StackOps strings>
  352. ********************************************************************************
  353. *
  354. Too many variables referenced--
  355. Too many programs/procedures:
  356.   Limit is
  357. Database name missing
  358. Invalid index reference--
  359. Invalid MDX reference--
  360. Invalid RPT form reference--
  361. Invalid LBL form reference--
  362. Could not find on Summ:
  363. Too many files.
  364. over limit.
  365. --Limit is
  366. Too many files
  367. in SummAddFiles procedure.
  368. Error recording
  369. in SummAddDBFFiles procedure.
  370. in SummAddNdxFiles procedure.
  371. *
  372. ********************************************************************************
  373. <Section 12 -- Strings from SnapGlo>
  374. ********************************************************************************
  375. *
  376. * This section is for DOS error messages
  377. *
  378. File not found
  379. Path not found
  380. Too many open files
  381. File access denied--read only?
  382. Invalid file handle
  383. Not enough memory
  384. Invalid environment
  385. Invalid format
  386. Invalid file access code
  387. Invalid drive number
  388. Cannot remove current directory
  389. Cannot rename across drives
  390. No more files
  391. Disk read error
  392. Disk write error--disk full?
  393. File not assigned
  394. File not open
  395. File not open for input
  396. File not open for output
  397. Invalid numeric format
  398. Disk is write-protected
  399. Unknown unit
  400. Drive or printer not ready
  401. Unknown command
  402. CRC error in data
  403. Bad drive request structure length
  404. Disk seek error
  405. Unknown media type
  406. Sector not found
  407. Printer out of paper
  408. Device write fault
  409. Device read fault
  410. Hardware failure
  411. Division by zero
  412. Range check error
  413. Stack overflow error--out of memory
  414. Heap overflow error--out of memory
  415. Invalid pointer operation
  416. Floating point overflow
  417. Floating point underflow
  418. Invalid floating point operation
  419. Unknown error--I dunno
  420. *
  421. * Formatted error message
  422. *
  423. Error               && line 43
  424. ;at                 && semicolon forces a line break in the error message
  425. version
  426. ;Press Ctrl-C to exit, or any other key to continue
  427. *
  428. * Line 47 begins here -- Status Screen strings
  429. *
  430. Documenting
  431. Filename                Lines  Pass
  432. Status Window
  433.     Available memory:
  434.  Total program lines:
  435.  Total program files:
  436.     Total procedures:
  437.      Total databases:
  438.    Total index files:
  439.   Total format files:
  440.   Total report forms:
  441.   Total memory files:
  442.      Total variables:
  443. Error Window               && line 60 -- caption for error window
  444. *
  445. ********************************************************************************
  446. <Section 13 -- DocMod/Pass1/Pass2 strings>
  447. ********************************************************************************
  448. *
  449. Line too long for @1 :
  450. Undefined macro as prg name:
  451. Program file not found:
  452. * Pass2 strings start here.  There are no Pass1 strings.
  453. Too many tokens.
  454. Maximum is
  455. cannot be opened.  It may be read-only.;Ignoring this file.  && ; is important--line break
  456. Error closing output file.
  457. Error resetting file date for
  458. *
  459. ********************************************************************************
  460. <Section 14 -- DocUtil strings>
  461. ********************************************************************************
  462. *
  463. Function:
  464. Procedure:
  465. Procedure file:
  466. Program:
  467. System:
  468. Author:
  469.       Copyright (c)
  470. Last modified:
  471. Procs & Fncts:
  472. Called by:
  473. Set by:
  474. (function  in    && string 12
  475. (procedure in
  476. Calls:
  477. Uses:
  478. Indexes:
  479. Formats:
  480. Report Forms:
  481. Label Forms:
  482. Memory Files:
  483. Binary Files:
  484. Documented
  485. version
  486. * strings for reporting error message location--start at line 24
  487. in
  488. at line
  489. * n/a for number of tokens when xref not selected--line 26
  490.     n/a
  491. * LoadKeyWords strings--line 27
  492. File not found--
  493. Too many keywords.
  494. The limit is:
  495. * RecordProcNames strings--line 30
  496. ProcFile not found:
  497. * ActionDiagram strings--line 31
  498. LOOP error.  No DO WHILE, FOR or SCAN to loop to.
  499. LOOP error in line
  500. of
  501. EXIT error.  No DO WHILE, FOR or SCAN to exit from.
  502. EXIT error in line
  503. BREAK error.  No BEGIN SEQUENCE to exit from.
  504. BREAK error in line
  505. ROLLBACK error.  No BEGIN TRANSACTION to loop to.
  506. ROLLBACK error in line
  507. * Balance strings--line 40
  508. Control structures nested too deeply.
  509. Maximum depth is
  510. Control structures unbalanced
  511. Too many
  512. Expected
  513. Found
  514. in line
  515. File
  516.  Other Files:
  517. MDX files:
  518. CDX files:
  519. *
  520. ********************************************************************************
  521. <Section 15 -- DBF report strings>
  522. ********************************************************************************
  523. *
  524. Database Structure Summary
  525. database in the system
  526. databases in the system
  527. No such files in this system
  528. is a macro unknown to @1
  529. is not a @4 file                    && not a dBASE III file
  530. It appears to be a @2 file
  531. is not a @2 file                    && not a dBASE II file
  532. It appears to be a @4 file
  533. Structure for database :
  534. Number of data records :
  535.           Last updated :
  536. Field  Field name  Type        Width    Dec    Start      End
  537. Character
  538. Numeric
  539. Date
  540. Logical
  541. Memo
  542. Other
  543. Too many fields in the system.
  544.    The maximum number of fields is
  545.    Press any key to continue
  546. Total **
  547. This database is associated with the memo file:
  548. The memo file:
  549. could not be found
  550. This database appears to be associated with index file/tag(s):
  551.   (index key not found)
  552. @1 did not find any associated index files
  553. This database appears to be associated with multiple index file(s):
  554. @1 did not find any associated multiple indexes
  555. This database appears to be associated with report form(s):
  556. @1 did not find any associated report forms
  557. This database appears to be associated with label form(s):
  558. @1 did not find any associated label forms
  559. Database Field Summary
  560. Field Name         Type    Len   Dec     Database
  561. Float
  562. *
  563. ********************************************************************************
  564. <Section 16 -- NDX report strings>
  565. ********************************************************************************
  566. *
  567. Index Parameter Summary
  568. multiple index files
  569. index files
  570.  is a macro unknown to @1
  571.  -- Indexed on:
  572.  -- Filter:
  573. This index is unique.
  574. Last updated:
  575. This index file appears to be associated with database(s):
  576. @1 could not find an associated database
  577.  is a zero-byte file.  It may be damaged.
  578. Multiple Index File Parameter Summary
  579. This multiple index file appears to be associated with database(s):
  580.  is an index tag
  581. This index is in descending order.
  582. *
  583. ********************************************************************************
  584. <Section 17 -- Frm report strings>
  585. ********************************************************************************
  586. *
  587. Report Form File Summary
  588. report forms
  589.  is a macro unknown to @1
  590.      Last updated:
  591.    Grouped on:
  592.    Group title:
  593.    SubGrouped on:
  594.    SubGroup title:
  595.    Summary report?
  596. No
  597. Yes
  598.                      Page eject after summary?
  599.    Eject page before printing?
  600.          Eject page after printing?
  601.    Double space report?
  602.                  Plain page?
  603.    Left margin:
  604.                         Right Margin:
  605.                                  Report Contents
  606.    No.   Field                               Length    Decimals     Totaled?
  607.                                    Report Layout
  608. Page No.     1
  609. -- File not found
  610.                Database and Program References
  611.    This report form appears to be associated with database(s):
  612. @1 could not find an associated database
  613. --This appears to be a dBASE IV report form file.
  614. There must be an FRG file for @1 to document this report form.
  615.    No.   Field                               Length      Row        Column
  616. *
  617. ********************************************************************************
  618. <Section 18 -- Tree strings>
  619. ********************************************************************************
  620. *
  621. Too many levels in the tree
  622. Internal error preparing tree diagram
  623. Stack is corrupted in TREE procedure
  624. Cannot find file
  625. Tree Diagram
  626. function in
  627. procedure in
  628.  (database)
  629.  (index file)
  630.  (report form)
  631.  (label form)
  632.  (memory file)
  633. Truncating tree for recursive call to
  634. *
  635. ********************************************************************************
  636. <Section 19 -- Xref strings>
  637. ********************************************************************************
  638. *
  639. * the following line has a single space
  640. This is a blank line
  641. =  &&   {Assignment}
  642. R  &&   {Replace}
  643. x  &&   {Release}
  644. G  &&   {Get/Menu/Accept/Input}
  645. P  &&   {Public}
  646. V  &&   {Private}
  647. &  &&   {Macro}
  648. A  &&   {Array declaration}
  649. U  &&   {Database used}
  650. @  &&   {Passed as var parameter}
  651. !  &&   {Procedure/function name}
  652. ?  &&   {Unknown}
  653. Token Cross-Reference Report
  654. tokens are included in this report.
  655. Sorting.  Please wait.
  656. Legend for context symbols:
  657.    (blank) reference does not change the variable or field value.
  658.    = variable or field is changed in an assignment statement.
  659.    ! PROCEDURE or FUNCTION statement.
  660.    x variable is released.
  661.    A array is declared.
  662.    G GET or MENU statement changes variable or field.
  663.    P variable is declared PUBLIC.
  664.    R field is replaced.
  665.    U database is USEd
  666.    V variable is declared PRIVATE.
  667.    & variable is referenced in a macro--takes precedence over all others.
  668.    @ variable passed as a var parameter--Clipper only
  669.    ? reference is of unknown type.
  670. Public Variable Summary
  671. These variables were declared PUBLIC somewhere in the system.
  672. Some may also be used as private variables in some parts of the code.
  673. Macro Summary
  674.    There were no macros defined to @1
  675.    Macros Defined to @1
  676.    Variable       Expansion
  677.    -------------- ---------------------------------
  678.    Macros Not Defined to @1
  679. Array Summary
  680. @1 found no arrays in this system
  681.    (procedure file)
  682.    (format file)
  683.    (program file)
  684.    (database)
  685.    (index file)
  686.    (report form)
  687.    (memory file)
  688.    (label form)
  689.    (binary file)
  690.    (screen file)
  691.    (menu file)
  692.    (other file)
  693. File types appear next to tokens that are used as file names.  Some of these
  694. tokens may also be used in other ways.
  695. This report shows tokens from
  696. This report shows macros from
  697. Macros in Module
  698. Not Defined to @1
  699. This report shows arrays from
  700. @1 found no arrays in
  701. These variables were declared PUBLIC somewhere in
  702. Local cross reference report for
  703. *
  704. ********************************************************************************
  705. <Section 20 -- Batch, make and link report strings>
  706. ********************************************************************************
  707. *
  708. Syntax is 
  709. where d: is a drive designation followed by a colon
  710. *
  711. ********************************************************************************
  712. <Section 21 -- Strings for these reports: Binary, Memory, Format, Label, ProcSumm, Other >
  713. ********************************************************************************
  714. *
  715. * Format report strings  (4 strings)
  716. Format File Summary
  717. format files
  718. is a macro unknown to @1
  719.          Last updated:
  720. * Labels report strings (13 strings -- cumulative = 17)
  721. Label Form File Summary
  722. label forms
  723.    Label:
  724.    Label height:
  725.                 Label width:
  726.    Left margin:
  727.                  Labels across page:
  728.    Lines between labels:
  729.         Spaces between labels:
  730.    Line
  731. --File not found.
  732. This label form appears to be associated with database(s):
  733. @1 could not find an associated database
  734. * Binary report strings (3 strings -- ending cumulative = 20)
  735. Binary File Summary
  736. Note: some binary "files" may actually reside in libraries
  737. binary files
  738. * Memory report strings (2 strings -- ending cumulative = 22)
  739. Memory File Summary
  740. memory files
  741. * Procedure report string (9 strings -- ending cumulative = 31)
  742. Procedure and Function Summary
  743. files containing procedures
  744.  -- Last updated:
  745.    Contains:
  746.       Called by:
  747.    (function in
  748.    (procedure in
  749.           Calls:
  750.       No calls to this procedure
  751. * strings for SNAP! 4.0 update--starts at 32
  752. --@1 could not recognize this label file.
  753. --This appears to be a dBASE IV label file.
  754. There must be an LBG file for @1 to document this label.
  755. * Memory report strings (2 strings -- ending cumulative = 36)
  756. Other File Summary
  757. other files
  758. *
  759. ********************************************************************************
  760. <Section 22 -- Strings for these reports: Stats, FileList>
  761. ********************************************************************************
  762. *
  763. System Summary
  764. This system has:
  765. lines of code
  766. program files
  767. procedure files
  768. procedures and functions
  769. databases
  770. multiple index files
  771. structural index files
  772. index files
  773. report forms
  774. format files
  775. label forms
  776. binary files
  777. memory variable files
  778. menu files
  779. screen files
  780. other files
  781. cross-referenced tokens
  782. See the tree diagram for programs, procedures, functions and format files
  783.                    Index          Report         Label          Memory
  784.   Databases        Files          Forms          Forms          Files
  785. -------------- -------------- -------------- -------------- --------------
  786. @1 created the following documentation files:
  787.          Action diagram files
  788.          UPDATE.BAT   to update program source files in
  789.          BACKDBF.BAT  to backup databases, indexes and memory files
  790.          BACKPRG.BAT  to backup program files, report forms and format files
  791.          PRINTDOC.BAT to print documentation files
  792. Macro substitution was omitted
  793. * File list strings start here
  794. File List
  795. Programs and procedures:
  796.    (function  in
  797.    (procedure in
  798. Procedure files:
  799. Databases:
  800. Index files:
  801. Multiple index files:
  802. Format files:
  803. Report forms:
  804. Label forms:
  805. Binary files:
  806. Memory files:
  807. Menu files:
  808. Screen files:
  809. Other files:
  810. Action diagram files:
  811. *
  812. ********************************************************************************
  813. <Section 23 -- Strings for ReptUtil>
  814. ********************************************************************************
  815. *
  816. in the system
  817. No such files in this system.
  818. System:
  819. Author:
  820.    (function  in
  821.    (procedure in
  822. *
  823. ********************************************************************************
  824. <Section 24 -- Strings for Screen unit>
  825. ********************************************************************************
  826. *
  827. not found or error opening file
  828. Press any key to continue
  829. Help Window
  830. No help available here
  831. Press any key to continue
  832. Trying to display nonexistent field
  833. Too many fields in screen
  834. *
  835. ********************************************************************************
  836. <Section 25 -- Strings for File Printing>
  837. ********************************************************************************
  838. *
  839. Error in printer setup or reset string--char
  840. Something is wrong with the printer.  Please fix it.
  841. Press Ctrl-C to return to menu or any other key to continue.
  842. Press Ctrl-C to exit or any other key to continue.
  843. Page
  844. Copyright, 
  845. File with filenames to print
  846.           Path for filenames
  847. That is not a valid filename
  848. That file cannot be found
  849. System:                 && must be same as first line in FILELIST.DOC
  850. Please put the printer on-line and to top-of-page.
  851. looks like it might be a binary file.;
  852. Print it anyway (Y/N)?
  853. Printing
  854. Press any key to interrupt
  855.           Printing interrupted
  856. 1.  Stop printing and exit 
  857. 1.  Stop printing and return to print options screen
  858. 2.  Stop printing this program and start printing next program
  859. 3.  Continue printing this program
  860. Please enter your choice----->
  861. Error opening
  862. ; or file could not be found.;
  863. Press the space bar to continue
  864. File not found:
  865. Table of Contents
  866. Source Code Printout
  867. for
  868. *
  869. ********************************************************************************
  870. <Section 26 -- Strings for Rept6 programs>
  871. ********************************************************************************
  872. *
  873. Menu File Summary
  874. menu files
  875. @1 could not locate this menu file
  876.  
  877.  
  878.  
  879.  
  880.  
  881. Screen File Summary
  882. screen files
  883. @1 could not locate this screen file
  884. Screen
  885. Text
  886. Box
  887. Field
  888. Text region
  889. Push button
  890. Radio button
  891. Check box
  892. Popup
  893. List
  894.    Window name:
  895.    Coordinates: FROM 
  896.  TO 
  897. Window options: 
  898. Name
  899. Type
  900. Picture
  901. Error closing screen database file
  902. Error closing screen memo file
  903. Submenu 
  904. (Procedure)
  905. *
  906. ********************************************************************************
  907. <Section 27 -- Config file error messages>
  908. ********************************************************************************
  909. *
  910. * The following six error messages are for reading/writing config files
  911. Error opening configuration file
  912. Configuration file is from wrong version of @1
  913.  
  914. Error opening          && error opening configuration file
  915. Filename not valid     && config filename not valid
  916. File does not exist    && specified config file does not exist
  917.  
  918. 
  919. 
  920.